chore(deps): update dependency hl7.fhir.r4 to v6#115
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency hl7.fhir.r4 to v6#115renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 3 | 0 | 0.02s | |
| ✅ CSHARP | csharpier | 20 | 0 | 2.54s | |
| ✅ EDITORCONFIG | editorconfig-checker | 54 | 0 | 0.28s | |
| ✅ JSON | jsonlint | 9 | 0 | 0.17s | |
| prettier | 9 | 1 | 0.73s | ||
| ✅ JSON | v8r | 9 | 0 | 3.44s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0.28s | |
| ✅ MARKDOWN | markdown-link-check | 1 | 0 | 2.79s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.22s | |
| ✅ REPOSITORY | checkov | yes | no | 19.53s | |
| ✅ REPOSITORY | dustilock | yes | no | 0.0s | |
| ✅ REPOSITORY | gitleaks | yes | no | 0.1s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | 28.51s | |
| ✅ REPOSITORY | kics | yes | no | 2.0s | |
| ✅ REPOSITORY | secretlint | yes | no | 0.77s | |
| ✅ REPOSITORY | syft | yes | no | 0.23s | |
| ✅ REPOSITORY | trivy | yes | no | 9.42s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | 8.37s | |
| ✅ REPOSITORY | trufflehog | yes | no | 4.89s | |
| ✅ YAML | prettier | 6 | 0 | 0.59s | |
| ✅ YAML | v8r | 6 | 0 | 4.08s | |
| ✅ YAML | yamllint | 6 | 0 | 0.39s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
a683ff0 to
1a9ebe0
Compare
1a9ebe0 to
02a628b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.7.0→6.1.0Release Notes
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)
v6.1.0: 6.1.0Intro:
FHIRPath CompiledExpression will now accept 0..* resources as input, skipping the requirement for a dummy resource in case an expression does not use it.
ModelInspector now will protect from cross version contamination of the ClassMappings, which will prevent type resolution errors that could occur when using multiple versions of the library in the same process.
Improved terminology stack by providing more complete base class that simplifies the implementation and standardizes error handling.
Improved error handling for Poco validation & serialization, setting an MemberName property for easier debugging.
Minor nullability tweaks
Changes:
See More
This list of changes was auto generated.
v6.0.2: 6.0.2Intro:
Mostly minor changes, but one breaking change where the PocoNode's ParentNode constructor has been removed, as it was not
necessary and is derived from the Parent.
Changes:
See More
This list of changes was auto generated.
v6.0.1: 6.0.1Intro:
Fixes Code having System and Value switched.
Leaves snapshot generation result usability to the caller rather than assuming error.
Changes:
This list of changes was auto generated.
v6.0.0Intro:
Firely .NET SDK v6.0.0
Changes:
Ismethod of FhirPath by @andrzejskowronski in #3297Full Changelog: FirelyTeam/firely-net-sdk@v5.13.0...v6.0.0
v5.13.2: 5.13.2Intro:
Reverts the caching of ModelInfo.ModelInspector due to issues with cross version codes importing and overriding type mappings.
Changes:
This list of changes was auto generated.
v5.13.1: 5.13.1Intro:
Fixed ValueSet serialization being not resistant to unknown elements.
Improve cleaning up of extensions that should not be inherited during snapshot generation.
Changes:
See More
This list of changes was auto generated.
v5.13.0: 5.13.0Intro:
Added support for not trimming whitespace in serialization
Made minor changes to the snapshot generator
Changes:
This list of changes was auto generated.
v5.12.2: 5.12.2Intro:
Added FHIRPath debug tracer.
Fixes bugs related to paralelization when using SerializationFilter.
Optimization tweaks.
Changes:
This list of changes was auto generated.
v5.12.1: 5.12.1What's Changed
Full Changelog: FirelyTeam/firely-net-sdk@v5.12.0...v5.12.1
v5.12.0: 5.12.0Intro:
Added an FHIR R6-ballot3 sattelite and Nuget package.
Changes:
This list of changes was auto generated.
v5.11.7Intro:
A hotfix that prevents issues when
BundledResourcesis called when any of the bundle entries missesfullUrlChanges:
This list of changes was auto generated.
v5.11.6Intro:
A hotfix for a bug causing resolving to fail on local bundle references
Changes:
This list of changes was auto generated.
v5.11.5What's Changed
New Contributors
Full Changelog: FirelyTeam/firely-net-sdk@v5.11.4...v5.11.5
v5.11.4: 5.11.4Intro:
A hotfix in the MimeTypeTerminologyService to allow for the FHIR format types
xml,jsonandttl.Changes:
This list of changes was auto generated.
v5.11.3: 5.11.3Intro:
A hotfix in the
Canonicalclass to also allow fragment only canonicals.Changes:
This list of changes was auto generated.
v5.11.2: 5.11.2Hotfix:
system,codeandvalueSetparameters.This list of changes was auto generated.
What's Changed
Full Changelog: FirelyTeam/firely-net-sdk@v5.11.1...v5.11.2
v5.11.1: 5.11.1Breaking changes :
SnapshotGeneratorSettings. We have encountered some regressions using the new regeneration behavior that was introduced and decided to revert it until we are sure these changes are correct.Changes:
This list of changes was auto generated.
v5.11.0: 5.11.0Breaking changes⚠️
Changes:
See More
This list of changes was auto generated.
v5.10.3: 5.10.3Intro:
Hotfix: Fixed an incorrect string concatenation and subsequent argument exception when the Id of a contained resource was not set.
Changes:
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.